c# method summary new line

81

c# method summary new line -

/// <summary> 
/// Your Main comment 
/// <para>This is line 1</para> 
/// <para>This is line 2</para> 
/// </summary> 

// Will show as:

Your Main comment
This is line 1
This is line 2

Comments

Submit
0 Comments